home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / libraries / patchlibv3.lha / patchlibrary / fd / patch_lib.fd
Text File  |  1994-01-24  |  473b  |  22 lines

  1. * "patch.library"     (c) 1993/94 by Stefan Fuchs
  2. ##base _PatchBase
  3. ##bias 30
  4. ##public
  5. InstallPatch(newPatch)(a0)
  6. WaitRemovePatch(patch)(a0)
  7. RemovePatch(patch)(a0)
  8. FindPatch(name)(a0)
  9. *
  10. * Functions in V2 or higher
  11. *
  12. InstallPatchTagsA(funcEntry,funcOffset,tagList)(a0,d0/a1)
  13. RemovePatchTagsA(patch,tagList)(a0/a1)
  14. *
  15. * Functions in V3 or higher
  16. *
  17. FindPatchTagsA(tagList)(a0)
  18. SetPatchA(patch,tagList)(a0/a1)
  19. GetPatchA(patch,tagList)(a0/a1)
  20. PatchFreeVec(memoryBlock)(a1)
  21. ##end
  22.